home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Utilities / Unix / WhosOnFirst / Talk.h < prev    next >
Text File  |  1992-12-26  |  175b  |  13 lines

  1. #import <objc/Object.h>
  2. #import <appkit/Application.h>
  3. #import <string.h>
  4.  
  5. @interface Talk:Object
  6. {
  7. }
  8.  
  9. - init;
  10. - talk:(char *) name tty:(char *) tty host:(char *) host;
  11.  
  12. @end
  13.